net/http.readTrackingBody.didClose (field)
5 uses
net/http (current package)
transport.go#L625: if b, ok := req.Body.(*readTrackingBody); ok && !b.didClose {
transport.go#L648: didClose bool
transport.go#L657: r.didClose = true
transport.go#L679: if req.Body == nil || req.Body == NoBody || (!req.Body.(*readTrackingBody).didRead && !req.Body.(*readTrackingBody).didClose) {
transport.go#L682: if !req.Body.(*readTrackingBody).didClose {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |